home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / min12xxw / README < prev   
Text File  |  2005-12-30  |  3KB  |  85 lines

  1. This is min12xxw, a filter to convert pbmraw data such as produced by
  2. ghostscript to the printer language of Minolta 1[234]xx W printers.
  3.  
  4. It is based on an initial driver by Adam Bocim <beetman@seznam.cz>.
  5. Support for the newer 13xxW and 1400W models is not tested by me because
  6. I do not have such a printer. However, I have had reports confirming that
  7. it also works increasingly well.
  8.  
  9. Building and installing:
  10.  
  11. This should be as simple as
  12.  
  13.     ./configure
  14.     make
  15.     make install
  16.     make clean
  17.  
  18. Binaries go to /usr/local/bin, manpages to /usr/local/man. This can be
  19. changed with options to configure (see INSTALL and/or ./configure --help).
  20.  
  21.  
  22. Comments:
  23.  
  24. I do not add comments about how to integrate this driver into your printing
  25. system. I am sure there are a lot of people who can do this a lot better
  26. than I can (this is because I use somewhat antiquated software). If you
  27. think you can, put it onto the net or send me a copy for inclusion. I am
  28. not going to support this actively, because I haven't got the time or
  29. energy to do so. Maintaining the filter might prove enough work.
  30.  
  31. However, the people at www.linuxprinting.org have produced .ppd files for
  32. this driver, so making this beast work should be quite easy for all recent
  33. Linux distributions.
  34.  
  35. For usage instructions, see the manpage. In case of problems, please have a
  36. look at the FAQ which should answer some of the most frequently asked
  37. questions. License is in the file COPYING (it is GPL - stay relaxed...). If
  38. you want to understand the format in which data is sent to the printer, see
  39. the file format.txt and the sources.
  40.  
  41. The build process builds an additional program, esc-m, which is also installed.
  42. Its main purpose was to ease viewing the output of the windoof driver during
  43. developent. It is still included because it might help to find problems.
  44. Also, if you can read the output for another printer with this tool and the
  45. output makes at least some sense, this might mean that the printer can be
  46. driven by this filter. I noticed support for PagePro 13xxW would be possible
  47. using this approach.
  48.  
  49. I've had reports by people using min12xxw on at least the following machines
  50. and under the following operating systems:
  51.  
  52.     - Linux (x86, amd64, ppc)
  53.     - FreeBSD (x86, amd64)
  54.     - OS X (ppc)
  55.     - NetBSD (sparc64)
  56.     - Solaris (sparc64)
  57.  
  58. This list is probably not complete, and the order in which the items are
  59. mentioned does not mean that the author prefers a certain platfrom or
  60. operating system. If you use min12xxw on a platform that is not listed
  61. here, please drop me an e-mail so I can include the information here.
  62.  
  63.  
  64. Thanks:
  65.  
  66. I'd also like to give thanks to a few other people:
  67.  
  68. Initial suggestions for reading some information from the printer came
  69. from Bruno Sch÷dlbauer <bruno.schoedlbauer@gmx.de>, who also pointed me
  70. to a nice USB sniffer by Benoεt Papillault for Windoof 98 and up, see
  71. http://benoit.papillault.free.fr/usbsnoop. (This little program may prove
  72. very helpful on similar occasions. Happy USB sniffing...)
  73.  
  74. David Hamilton <dhamilto@angel.homeip.net> has helped a lot in testing and
  75. developing the support for the PagePro 1350W. His patience when testing
  76. things out was enormous. He really deserves a big THANKS.
  77.  
  78. Krishnaprasad encouraged me to support the PagePro 1400W and helped testing
  79. the new code.
  80.  
  81.  
  82. Happy printing!
  83.  
  84. Manuel Schiller (mala@hinterbergen.de)
  85.